home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVERREPORTDIALOG / TVERREPORTDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  56 lines

  1. inherited VerReportDialog: TVerReportDialog
  2.   Caption = 'Version Compare Report'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited LayoutLB: TUiListBox
  6.     Items.WideStrings = (
  7.       'Side-by-side')
  8.   end
  9.   inherited ReportGroupBox: TUiGroupBox
  10.     object ReportPanel: TUiPanel
  11.       Left = 2
  12.       Top = 15
  13.       Width = 381
  14.       Height = 42
  15.       Align = alTop
  16.       BevelOuter = bvNone
  17.       TabOrder = 0
  18.       object SelOnlyEdit: TUiCheckBox
  19.         Left = 6
  20.         Top = 4
  21.         Height = 17
  22.         Caption = 'Just selection'
  23.         TabOrder = 0
  24.         OnClick = SomethingChangedClick
  25.       end
  26.       object InsigIgnoredEdit: TUiCheckBox
  27.         Left = 6
  28.         Top = 24
  29.         Height = 17
  30.         Caption = 'Ignore unimportant'
  31.         TabOrder = 1
  32.         OnClick = SomethingChangedClick
  33.       end
  34.     end
  35.     object DisplayFilterPanel: TUiPanel
  36.       Left = 2
  37.       Top = 57
  38.       Width = 381
  39.       Height = 34
  40.       Align = alTop
  41.       BevelOuter = bvNone
  42.       TabOrder = 1
  43.       object DisplayFilterEdit: TUiComboBox
  44.         Left = 6
  45.         Top = 8
  46.         Width = 209
  47.         Height = 21
  48.         Style = csDropDownList
  49.         ItemHeight = 13
  50.         TabOrder = 0
  51.         OnChange = SomethingChangedClick
  52.       end
  53.     end
  54.   end
  55. end
  56.